バージョン

WindowRect メソッド (SeriesViewer<T,M,A>)

現在表示されているチャート部分を表す長方形を設定します。
シンタックス
'宣言
 
Public Function WindowRect( _
   ByVal left As System.Double, _
   ByVal top As System.Double, _
   ByVal width As System.Double, _
   ByVal height As System.Double _
) As A
public A WindowRect( 
   System.double left,
   System.double top,
   System.double width,
   System.double height
)

パラメータ

left
四角形の左余白を決定する 0 ~ 1 の数。
top
四角形の上余白を決定する 0 ~ 1 の数。
width
四角形の幅を決定する 0 ~ 1 の数。
height
四角形の高さを決定する 0 ~ 1 の数。

戻り値の型

自身
参照

オンラインで表示: GitHub